3.25.45 \(\int \frac {\sqrt {3+5 x}}{(1-2 x)^{5/2}} \, dx\)

Optimal. Leaf size=22 \[ \frac {2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.053, Rules used = {37} \begin {gather*} \frac {2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[3 + 5*x]/(1 - 2*x)^(5/2),x]

[Out]

(2*(3 + 5*x)^(3/2))/(33*(1 - 2*x)^(3/2))

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin {align*} \int \frac {\sqrt {3+5 x}}{(1-2 x)^{5/2}} \, dx &=\frac {2 (3+5 x)^{3/2}}{33 (1-2 x)^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 22, normalized size = 1.00 \begin {gather*} \frac {2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[3 + 5*x]/(1 - 2*x)^(5/2),x]

[Out]

(2*(3 + 5*x)^(3/2))/(33*(1 - 2*x)^(3/2))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.06, size = 22, normalized size = 1.00 \begin {gather*} \frac {2 (5 x+3)^{3/2}}{33 (1-2 x)^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[Sqrt[3 + 5*x]/(1 - 2*x)^(5/2),x]

[Out]

(2*(3 + 5*x)^(3/2))/(33*(1 - 2*x)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 1.26, size = 28, normalized size = 1.27 \begin {gather*} \frac {2 \, {\left (5 \, x + 3\right )}^{\frac {3}{2}} \sqrt {-2 \, x + 1}}{33 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(1-2*x)^(5/2),x, algorithm="fricas")

[Out]

2/33*(5*x + 3)^(3/2)*sqrt(-2*x + 1)/(4*x^2 - 4*x + 1)

________________________________________________________________________________________

giac [A]  time = 0.93, size = 26, normalized size = 1.18 \begin {gather*} \frac {2 \, \sqrt {5} {\left (5 \, x + 3\right )}^{\frac {3}{2}} \sqrt {-10 \, x + 5}}{165 \, {\left (2 \, x - 1\right )}^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(1-2*x)^(5/2),x, algorithm="giac")

[Out]

2/165*sqrt(5)*(5*x + 3)^(3/2)*sqrt(-10*x + 5)/(2*x - 1)^2

________________________________________________________________________________________

maple [A]  time = 0.00, size = 17, normalized size = 0.77 \begin {gather*} \frac {2 \left (5 x +3\right )^{\frac {3}{2}}}{33 \left (-2 x +1\right )^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x+3)^(1/2)/(-2*x+1)^(5/2),x)

[Out]

2/33*(5*x+3)^(3/2)/(-2*x+1)^(3/2)

________________________________________________________________________________________

maxima [B]  time = 1.20, size = 48, normalized size = 2.18 \begin {gather*} \frac {\sqrt {-10 \, x^{2} - x + 3}}{3 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} + \frac {5 \, \sqrt {-10 \, x^{2} - x + 3}}{33 \, {\left (2 \, x - 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^(1/2)/(1-2*x)^(5/2),x, algorithm="maxima")

[Out]

1/3*sqrt(-10*x^2 - x + 3)/(4*x^2 - 4*x + 1) + 5/33*sqrt(-10*x^2 - x + 3)/(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 2.36, size = 35, normalized size = 1.59 \begin {gather*} -\frac {\sqrt {5\,x+3}\,\left (\frac {5\,x}{33}+\frac {1}{11}\right )}{x\,\sqrt {1-2\,x}-\frac {\sqrt {1-2\,x}}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x + 3)^(1/2)/(1 - 2*x)^(5/2),x)

[Out]

-((5*x + 3)^(1/2)*((5*x)/33 + 1/11))/(x*(1 - 2*x)^(1/2) - (1 - 2*x)^(1/2)/2)

________________________________________________________________________________________

sympy [A]  time = 1.88, size = 82, normalized size = 3.73 \begin {gather*} \begin {cases} \frac {250 i \left (x + \frac {3}{5}\right )^{\frac {3}{2}}}{330 \left (x + \frac {3}{5}\right ) \sqrt {10 x - 5} - 363 \sqrt {10 x - 5}} & \text {for}\: \frac {10 \left |{x + \frac {3}{5}}\right |}{11} > 1 \\- \frac {250 \left (x + \frac {3}{5}\right )^{\frac {3}{2}}}{330 \sqrt {5 - 10 x} \left (x + \frac {3}{5}\right ) - 363 \sqrt {5 - 10 x}} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)**(1/2)/(1-2*x)**(5/2),x)

[Out]

Piecewise((250*I*(x + 3/5)**(3/2)/(330*(x + 3/5)*sqrt(10*x - 5) - 363*sqrt(10*x - 5)), 10*Abs(x + 3/5)/11 > 1)
, (-250*(x + 3/5)**(3/2)/(330*sqrt(5 - 10*x)*(x + 3/5) - 363*sqrt(5 - 10*x)), True))

________________________________________________________________________________________